home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / src / log.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-11  |  640 b   |  22 lines

  1. /* @(#)src/log.h    1.3 7/11/92 11:49:29 */
  2.  
  3. /*
  4.  *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
  5.  *    Copyright (C) 1992  Ronald S. Karr
  6.  * 
  7.  * See the file COPYING, distributed with smail, for restriction
  8.  * and warranty information.
  9.  */
  10.  
  11. /*
  12.  * log.h:
  13.  *    interface file for routines in log.c
  14.  */
  15.  
  16. /* macros used in log.c */
  17. #define LOG_SYS        0x0001        /* write_log sends to system log */
  18. #define LOG_CONS    0x0002        /* write_log sends to console */
  19. #define LOG_MLOG    0x0004        /* write_log sends to per-msg log */
  20. #define LOG_PANIC    0x0008        /* write_log sends to panic log */
  21. #define LOG_TTY        0x0010        /* write_log sends to stderr */
  22.